home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_691 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-14  |  101 b   |  8 lines

  1. on(release){
  2.    tellTarget("tips")
  3.    {
  4.       gotoAndStop("park");
  5.    }
  6.    gotoAndPlay(75);
  7. }
  8.